handleState

open suspend override fun StatesMachine.handleState(state: State): State?

Calls delegateTo method StatesHandler.handleState with state casted to I. Use checkHandleable to be sure that this StateHandlerHolder will be able to handle state